trafficserver.git
21 months agoAdd an HTTP/2 related rate limiting (#10565)
Masakazu Kitajo [Mon, 9 Oct 2023 16:02:37 +0000 (01:02 +0900)]
Add an HTTP/2 related rate limiting (#10565)

Gbp-Pq: Name 0002-Add-an-HTTP-2-related-rate-limiting-10565.patch

21 months agos3_auth: Fix hash calculation (#10567)
Masakazu Kitajo [Mon, 9 Oct 2023 15:33:39 +0000 (00:33 +0900)]
s3_auth: Fix hash calculation (#10567)

Gbp-Pq: Name 0001-s3_auth-Fix-hash-calculation-10567.patch

21 months agoRemove duplicate slashes at the beginning of the incoming URL (#10133)
Bryan Call [Tue, 1 Aug 2023 21:52:34 +0000 (14:52 -0700)]
Remove duplicate slashes at the beginning of the incoming URL (#10133)

Gbp-Pq: Name 0003-Remove-duplicate-slashes-at-the-beginning-of-the-inc.patch

21 months ago8.1.x: Fix a crash triggered by invalid range header (#10134)
Zhengxi Li [Tue, 1 Aug 2023 21:25:42 +0000 (17:25 -0400)]
8.1.x: Fix a crash triggered by invalid range header (#10134)

Co-authored-by: Katsutoshi Ikenoya <kikenoya@yahoo-corp.jp>
Gbp-Pq: Name 0002-8.1.x-Fix-a-crash-triggered-by-invalid-range-header-.patch

21 months agoCorrectly handle encoding for cache hash generation (#10128)
Brian Neradt [Tue, 1 Aug 2023 18:51:44 +0000 (13:51 -0500)]
Correctly handle encoding for cache hash generation (#10128)

Since origins may treat URL encoded or unencoded paths, query
parameters, or fragments differently, we should cache them separately.
This updates our URL cache hashing logic to not unencode these
components of a URI.

Gbp-Pq: Name 0001-Correctly-handle-encoding-for-cache-hash-generation-.patch

21 months agoFix test for python 3.8
Matthias Klose [Sun, 28 Apr 2024 18:24:00 +0000 (21:24 +0300)]
Fix test for python 3.8

Reviewed-by: Jean Baptiste Favre <jbfavre@debian.org>
Last-Update: 2020-02-03

Last-Update: 2020-02-03
Gbp-Pq: Name 0016-fix_python_3.8.patch

21 months agoUpdate compilation chain after embedded libyamlcpp removal
Jean Baptiste Favre [Sun, 28 Apr 2024 18:24:00 +0000 (21:24 +0300)]
Update compilation chain after embedded libyamlcpp removal

Origin: other
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2019-01-30

Last-Update: 2019-01-30
Gbp-Pq: Name 0014-use_system_yaml-cpp.patch

21 months agoFix Perl interpreter path
Jean Baptiste Favre [Sun, 28 Apr 2024 18:24:00 +0000 (21:24 +0300)]
Fix Perl interpreter path

Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2019-01-03

Last-Update: 2019-01-03
Gbp-Pq: Name 0013-fix-perl-interpreter-path.patch

21 months agoFix various speeling issues
Jean Baptiste Favre [Sun, 28 Apr 2024 18:24:00 +0000 (21:24 +0300)]
Fix various speeling issues

Forwarded: https://github.com/apache/trafficserver/pull/4750
Applied-Upstream: https://github.com/apache/trafficserver/commit/af0ad4a1880a21743e98331855bb78e15d5406ef
Last-Update: 2019-01-03

Last-Update: 2019-01-03
Gbp-Pq: Name 0012-fix-spelling-checks.patch

21 months agoFix Segmentation fault in ShowCache::handleCacheEvent
zhang [Sun, 28 Apr 2024 18:24:00 +0000 (21:24 +0300)]
Fix Segmentation fault in ShowCache::handleCacheEvent

Origin: upstream
Bug: https://github.com/apache/trafficserver/issues/4328
Applied-Upstream: https://github.com/apache/trafficserver/commit/616eb10bfc35599a2c93ff30879d584a05ddf83e
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2018-10-17

Last-Update: 2018-10-17
Gbp-Pq: Name 0011-fix-segfault.patch

21 months agoFix build issue with MySQL 8
Jean Baptiste Favre [Sun, 28 Apr 2024 18:24:00 +0000 (21:24 +0300)]
Fix build issue with MySQL 8

Origin: other, https://bugs.launchpad.net/ubuntu/+source/trafficserver/+bug/1795362
Forwarded: https://github.com/apache/trafficserver/pull/4360
Applied-Upstream: https://github.com/apache/trafficserver/commit/05b30527974416768515506f69da338652c23260
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2018-10-06

The my_bool type is no longer used in MySQL source code.
Any third-party code that used this type to represent C
boolean variables should use the bool or int C type instead.
Last-Update: 2018-10-06
Gbp-Pq: Name 0009-fix-mysql-8-build.patch

21 months agoForce python3 usage, add libfakeroot-sysv to blacklist
Jean Baptiste Favre [Sun, 28 Apr 2024 18:24:00 +0000 (21:24 +0300)]
Force python3 usage, add libfakeroot-sysv to blacklist

Origin: other
Last-Update: 2018-09-24

Last-Update: 2018-09-24
Gbp-Pq: Name 0008-fix-python-check-unused-dependencies.patch

21 months agoMake documentation build works outside of git repository
Jean Baptiste Favre [Sun, 28 Apr 2024 18:24:00 +0000 (21:24 +0300)]
Make documentation build works outside of git repository

Origin: other
Last-Update: 2019-01-03

Current documentation build requires git and curl to get some stuff from the internet
This patch aims to delete those dependencies, forcing git branch to master,
and using Debian provided plantuml instead of downloading it from apache mirror
Last-Update: 2019-01-03
Gbp-Pq: Name 0006-fix-doc-build.patch

21 months agomake the build reproducible
Reiner Herrmann [Sun, 28 Apr 2024 18:24:00 +0000 (21:24 +0300)]
make the build reproducible

Origin: other, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833176
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2016-11-18

Last-Update: 2016-11-18
Gbp-Pq: Name 0003-reproductible-build.patch

21 months agoUse -mcx16 on x86 platforms only
Aron Xu [Tue, 2 Feb 2016 04:17:24 +0000 (12:17 +0800)]
Use -mcx16 on x86 platforms only

Gbp-Pq: Name 0001-Use-mcx16-on-x86-platforms-only.patch

21 months agotrafficserver (8.1.7-0+deb10u4) buster-security; urgency=medium
Adrian Bunk [Sun, 28 Apr 2024 18:24:00 +0000 (21:24 +0300)]
trafficserver (8.1.7-0+deb10u4) buster-security; urgency=medium

  * Non-maintainer upload by the LTS Team.
  * CVE-2024-31309: HTTP/2 CONTINUATION DoS attack

[dgit import unpatched trafficserver 8.1.7-0+deb10u4]

21 months agoImport trafficserver_8.1.7-0+deb10u4.debian.tar.xz
Adrian Bunk [Sun, 28 Apr 2024 18:24:00 +0000 (21:24 +0300)]
Import trafficserver_8.1.7-0+deb10u4.debian.tar.xz

[dgit import tarball trafficserver 8.1.7-0+deb10u4 trafficserver_8.1.7-0+deb10u4.debian.tar.xz]

2 years agoImport trafficserver_8.1.7.orig.tar.xz
Adrian Bunk [Thu, 29 Jun 2023 15:41:23 +0000 (18:41 +0300)]
Import trafficserver_8.1.7.orig.tar.xz

[dgit import orig trafficserver_8.1.7.orig.tar.xz]